General instant3Dhub functionality grouped by feature.
◆ GetAPI()
Returns a shared pointer to the ConnectorAPI.
Using shared pointer semantics, the ConnectorAPI can be kept alive through asynchronous operations, etc. If you need to access the connector again from the ConnectorAPI see FI3DHConnectorAPI::GetConnector().
- Returns
- A shared pointer to the ConnectorAPI.
◆ GetClipPlaneAPI()
Gets clip plane API.
- Returns
- Returns pointer to the ClipPlaneAPI. Never nullptr.
◆ GetConnector()
Gets the connector actor belonging to this API.
It's only useful to call this on the game thread. May return nullptr if the actor has already been destroyed.
- Returns
- Nullptr if it fails, else the connector.
◆ GetDrawingAPI()
Gets drawing API.
- Returns
- Returns pointer to the DrawingAPI. Never nullptr.
◆ GetInstanceGraphAPI()
Gets instance graph API.
- Returns
- Returns pointer to the InstanceGraphAPI. Never nullptr.
◆ GetSelectionAPI()
Gets selection API.
- Returns
- Returns pointer to the SelectionAPI. Never nullptr.
◆ GetSnapshotAPI()
Gets snapshot API.
- Returns
- Returns pointer to the SnapshotAPI. Never nullptr.